Skip to content

fix(warp): enable D-Bus support in container startup#3

Merged
cto-new[bot] merged 1 commit intomainfrom
fix-warp-dbus-connection-missing-system-bus-socket
Nov 24, 2025
Merged

fix(warp): enable D-Bus support in container startup#3
cto-new[bot] merged 1 commit intomainfrom
fix-warp-dbus-connection-missing-system-bus-socket

Conversation

@cto-new
Copy link

@cto-new cto-new bot commented Nov 24, 2025

Summary

Enable D-Bus support for WARP in container startup to prevent startup failures when the system bus is unavailable. The changes ensure a D-Bus daemon runs in the container and warp-svc starts after D-Bus is ready.

Details

  • Update Dockerfile to install dbus as a runtime dependency
  • Extend docker-entrypoint.sh to start a system D-Bus daemon and create /run/dbus/system_bus_socket
  • Start warp-svc only after D-Bus is up to avoid intermittent connection errors
  • No user-facing API changes; expected minor image size increase

@cto-new cto-new bot merged commit dd7ce7e into main Nov 24, 2025
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants